.lgtm.yml: Fix gpgme dependency
authorDan Nicholson <dbn@endlessos.org>
Thu, 17 Feb 2022 17:13:03 +0000 (10:13 -0700)
committerDan Nicholson <dbn@endlessos.org>
Thu, 17 Feb 2022 17:16:13 +0000 (10:16 -0700)
commitb91f29ca39eba1a3ec0ff59d8a07da827e01ba4a
tree1371c9c88b2f6ecea089765fdd43800aa6da3d1c
parent188b18795a1fa3cfec9a4e215a43e9b142cf11c1
.lgtm.yml: Fix gpgme dependency

Since Ubuntu 18.04, libgpgme-dev is the real package and libgpgme11-dev
is a virtual package provided by it. Apparently LGTM running on Ubuntu
20.04 no longer resolves the virtual package:

```
WARNING: Package 'libgpgme11-dev' requested by configuration file was not found
```

That ends up causing the build to fail:

```
configure: error: Need GPGME_PTHREAD version 1.1.8 or later
```
.lgtm.yml